.whzhyzp{
    background-color: #ff6e22;
    display: flex;
    width: 250px;
    height: 45px;
    align-items: center;
    justify-content: flex-start;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.whzhyzpzt{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.whzcfw-banner{
    margin-left: 265px!important;
    margin-right:0 15px!important;
    position: relative;
    float: left;
    width: 600px;
    height: 315px;
    overflow: hidden;
}
.whzcfw-nav-list{
    height: 45px;
}
.whzcfw-nav-list li{
    float: left;
    width: 125px;
    height: 45px;
    line-height: 45px;
    text-align: center;
}
.whzcfw-nav-list li a{
    padding: 0 10px 10px 10px;
}
.light {
    width: fit-content;
    cursor: pointer;
}

    .light .red1 {
        display: none;
    }

    .light .yellow {
        display: block;
    }

    .light:hover .red1 {
        color: #ff6e22;
        display: block;
    }

    .light:hover .yellow {
        display: none;
    }
.wzkuan{
    background: #fff;
    width: 50px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    margin-left: 10px;
    font-size: 14px;
}
.wzkuan:hover {
    background-color: #F6E9E2;
    color: #EE8C5A;
}
.work-notice{
    padding: 20px 15px 25px 15px;
}
.whzheng{
    display: flex;
    line-height: 30px;
    align-items: center;
    justify-content: flex-start;
}
.flex-rows{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.whzhot-recruit{
    position: absolute;
    top: -20px;
    float: left;
    width: 250px;
    padding: 5px 0px 10px 0;
    background: #fff;
}
.whzhot-recruit a{
    float: left;
    margin: 5px 0 5px 20px;
    line-height: 20px;
}
.whzcfw-banner{
    margin-left: 265px;
    margin: 0 15px;
}
.whzcfw-personal{
    position: relative;
    float: left;
    width: 260px;
    padding-top: 20px;
    background: #fff;
}
.whzwork-notice{
    padding: 20px 15px 25px 15px;
}
.show-bg {
    margin: 0 auto;
    position: relative;
}
/* 容器样式 */
.hover-container {
    position: relative;
    display: inline-block;
    margin: 5px 0 5px 15px;
}

/* 默认显示的文本 */
.hover-text {
    cursor: pointer;
    border-radius: 5px;
}

/* 隐藏的内容 */
.hover-content {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #f9f9f9;
    color: #333;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 240px;
    z-index: 1;
}

/* 鼠标悬停时显示隐藏内容 */
.hover-container:hover .hover-content {
    display: block;
}


.wzkuan1 {
    width: 50px;
    height: 25px;
    line-height: 25px;
    text-align: center;
}

